home *** CD-ROM | disk | FTP | other *** search
/ Max Calendar 2001 / Max Calendar 2001.iso / pc / Data / Cal.dxr / 00094_INIZIALIZZA OTTOBRE.ls < prev    next >
Encoding:
Text File  |  2000-10-16  |  588 b   |  13 lines

  1. global gCursori, gNomeFrame, gNomeMovie, gMinV, gMaxV, gNome
  2.  
  3. on exitFrame
  4.   InitCursori()
  5.   gNomeFrame = the frameLabel
  6.   gNomeMovie = the movieName
  7.   gNome = VOID
  8.   gMinV = -290
  9.   gMaxV = 890
  10.   gCursori = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0]
  11.   updateStage()
  12. end
  13.